/* LESS Document */
.pBgText {
  color: #ffffff;
  background-color: #285052;
}
.sBgText {
  color: #000000;
  background-color: #285052;
}
.tBgText {
  color: #ffffff;
  background-color: #666;
}
.fBgText {
  color: #000000;
  background-color: #cea546;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  background: #FFF;
  overflow-x: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #285052;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #285052;
}
a,
a:hover,
button,
button:hover {
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 0 solid !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #285052;
  font-weight: 300;
}
strong {
  font-weight: 500;
}
p {
  color: #666;
}
textarea.form-control {
  height: 150px;
  resize: vertical;
}
.top-bar {
  background: #285052;
  color: #ffffff;
  background-color: #285052;
}
nav.navbar.navbar-default {
  background: #409588;
  border-radius: 0;
  margin-bottom: 0;
  border: 0 solid;
  text-align: center;
}
nav.navbar.navbar-default ul {
  width: 100%;
}
nav.navbar.navbar-default li > a {
  background: rgba(0, 0, 0, 0.1);
  margin: 9px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
}
/***** Horizontal Coupon's Defaults *****/
.couponImgSm {
  height: 90px;
  width: 90px;
  padding: 10px;
}
.couponImgLg {
  height: 120px;
  width: 120px;
  padding: 10px;
}
.cpContSzSm {
  width: calc(100% -  90px);
}
.cpContSzLg {
  width: calc(100% -  120px);
}
.coupon-logo {
  height: 90px;
  width: 90px;
  padding: 10px;
  float: left;
}
.coupon-content {
  width: calc(100% -  90px);
  float: left;
  padding: 10px;
}
.coupon .coupon-logo {
  height: 120px;
  width: 120px;
  padding: 10px;
}
.coupon .coupon-content {
  width: calc(100% -  120px);
}
@media (max-width: 767px) {
  .coupon-logo {
    display: none;
  }
  .coupon .coupon-content {
    width: 100%;
  }
}
/**** End Horizontal Coupon's Defaults *****/
/********* ////////    End Defaults    //////// *********/
/**************************************************************************************************
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************/
.navbar-nav > li {
  display: inline-block;
  float: none;
}
.navbar-form .input-group {
  background: #FFF none repeat scroll 0 0;
  padding: 5px;
  border-radius: 4px;
}
#resultContainer {
  background: #FFF none repeat scroll 0 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 99;
  border-radius: 4px;
}
.form-style.main-searchs {
  position: relative;
}
.navbar-form .input-group .btn,
.navbar-form .input-group .form-control {
  border: 0 solid;
  box-shadow: none;
}
#mainSearch .form-control {
  max-width: 100%;
  width: 360px;
}
.navbar-form .btn {
  border-radius: 4px !important;
  background: #285052;
  color: #FFF;
}
.navbar-form .btn:hover {
  background-color: #285052;
}
.social,
.social p,
.social ul {
  float: left;
}
.social {
  padding-top: 16px;
  margin-left: 10px;
}
.social ul {
  margin-left: 10px;
}
.social ul li {
  display: inline-block;
  font-size: 18px;
  padding: 0 6px;
}
.social p {
  padding-top: 3px;
}
.social a,
.social p {
  color: #ffffff;
  background-color: #285052;
}
.social a:hover {
  color: #285052;
}
.carousel-wrap {
  margin-top: 30px;
}
.carousel .coupon-content .coupon-head {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  margin: 8px 0 0;
}
.carousel .coupon-content p {
  color: #FFF;
}
.custom-caption {
  bottom: 20px;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-control {
  background: rgba(0, 0, 0, 0) !important;
}
.carousel-control .glyphicon-chevron-left::before,
.carousel-control .glyphicon-chevron-right::before {
  display: none;
}
.carousel-control {
  opacity: 1;
}
.deals {
  margin-bottom: 30px;
}
.main-head {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0;
  background: #409588;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
}
a .main-head {
  margin-bottom: 0;
}
.store-name {
  color: #FFF;
  font-size: 18px;
  margin: 0;
  background: #285052;
  border-radius: 4px;
  padding: 10px 3px;
  font-weight: 500;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: inline-block;
}
.deal-box {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.deal-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.coupons > div:nth-last-child(-n+3) > div {
  margin-bottom: 0;
}
.deal-img {
  background: #FFF;
  padding-top: 20px;
  margin-bottom: 20px;
}
.deal-img img {
  max-height: 168px;
}
.deal-box > p {
  color: #000;
  font-weight: 500;
  height: 58px;
}
.onsale {
  font-size: 13px;
  color: #285052;
}
.onsale span {
  font-size: 17px;
  font-weight: 700;
}
.primary-btn {
  background: #285052;
  color: #FFF;
  display: block;
  padding: 5px 20px;
  border-radius: 4px;
  margin: 10px auto;
  font-weight: 500;
}
.side-logo {
  padding: 10px;
}
.side-logos .row {
  margin-left: -5px;
  margin-right: -5px;
}
.side-logo img {
  border-radius: 4px;
  border: 1px solid #DDD;
}
.coupon {
  background: #f1f1f1;
  float: left;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
}
.coupon:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.cpContVer {
  width: calc(100% -  190px);
}
.coupon .content-left {
  width: calc(100% -  190px);
  float: left;
}
.content-right {
  width: 190px;
  float: left;
  padding-left: 30px;
  margin-top: 24px;
}
.coupon .coupon-head {
  font-size: 20px;
  font-weight: 500;
  height: 45px;
  margin: 5px 0;
}
.coupon-description {
  margin-bottom: 5px;
}
.coupon .expiry {
  margin-bottom: 0;
}
.content-right > a {
  background: #285052;
  color: #FFF;
}
.content-right > a:hover {
  background: #666;
}
.inner-code {
  left: -10px;
  position: relative;
  z-index: 9;
}
.content-right > a {
  border-radius: 0 8px 8px 0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-left: 42px;
  padding: 10px 0 12px;
  position: relative;
  text-align: center;
  width: 110px;
  height: 45px;
}
.content-right > a::before {
  background: inherit;
  border-radius: 8px 0 0 8px;
  content: "";
  height: 100%;
  left: -25px;
  position: absolute;
  top: 0;
  transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  width: 52px;
  z-index: 5;
}
.content-right > a::after {
  background: #409588 none repeat scroll 0 0;
  border-radius: 8px;
  content: "";
  height: 100%;
  left: -45px;
  position: absolute;
  top: 0;
  width: 49px;
  z-index: 1;
}
footer {
  background: #409588;
}
.main-head.white {
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.main-head.white svg path {
  fill: #FFF;
}
footer svg {
  position: relative;
  top: 5px;
}
footer a {
  color: #FFF;
  display: block;
  padding-bottom: 7px;
}
footer a:hover {
  color: #000;
}
footer .main-head .fa {
  margin-top: 12px;
}
footer .main-head .fa {
  margin-top: 12px;
}
footer input.form-control {
  border: 0 solid;
  margin-bottom: 8px;
}
footer .btn.btn-default {
  border-radius: 4px !important;
  background: #cea546;
  color: #FFF;
}
footer .btn.btn-default:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.footer-after {
  background-color: #285052;
  padding-bottom: 30px;
  text-align: center;
}
.footer-after a {
  display: inline-block;
}
.footer-after p {
  color: #fff;
  margin-bottom: 0;
}
footer nav ul.nav {
  text-align: center;
  width: 100%;
}
footer nav.navbar li {
  display: inline-block;
  float: none;
}
footer nav.navbar.navbar-default {
  background: transparent none repeat scroll 0 0;
  margin-top: 40px;
  margin: 30px 0 20px;
}
footer .footer-after nav.navbar.navbar-default a {
  background-color: rgba;
}
/*Store Page*/
.breadcrumb {
  margin: 10px 0 0px;
  background: #F9F9F9;
}
.bottom-margin.breadcrumb {
  margin-bottom: 30px;
}
.right-links .item {
  display: block;
  position: relative;
}
.item img {
  width: 100%;
}
.store-left {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 32px 30px;
  border-radius: 4px;
}
.store-goto {
  margin-bottom: 30px;
}
.store-left > a {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.left-links li {
  display: inline-block;
  margin: 0 6px;
}
.left-links li.views {
  margin-right: 10px;
}
.left-links li a {
  font-size: 24px;
  position: relative;
}
.left-links li a .fa-check-circle {
  background: #fff none repeat scroll 0 0;
  border-radius: 40px;
  bottom: 0;
  font-size: 11px;
  height: 12px;
  position: absolute;
  left: 12px;
  width: 13px;
}
.coupon.no-logo .coupon-content {
  width: 100%;
}
.content-right .left-links li {
  float: right;
}
.content-right .left-links li a {
  font-size: 17px;
}
.content-right .left-links li a .fa-check-circle {
  background: #f1f1f1 none repeat scroll 0 0;
  bottom: -2px;
  font-size: 10px;
  height: 11px;
  left: 8px;
  padding-top: 1px;
  text-align: center;
  width: 12px;
}
.content-right .left-links li a .qty {
  font-size: 13px;
}
.moreellipses {
  display: inline-block;
}
.morecontent span {
  display: none;
}
.about-store {
  background: #285052;
  color: #FFF;
  margin-top: 30px;
  padding: 30px;
  border-radius: 4px;
}
.about-store .main-head.white {
  margin-top: 0;
  padding: 0;
}
.about-store a {
  color: #FFF;
}
.right-links .item .coupon-head {
  height: auto;
}
.right-links .item .coupon-content > p {
  margin-bottom: 5px;
}
.right-links .item .coupon-content > p.expiry {
  margin-bottom: 0;
}
.store-goto > img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
}
.cat-list a {
  display: block;
}
.cat-icon {
  background: #285052;
  border-radius: 4px;
  display: inline-block;
  height: 75px;
  padding: 10px;
  width: 75px;
}
.cat-icon img {
  width: 100%;
}
.cat-text {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  padding: 10px 20px 10px 10px;
  width: calc(100% -  95px);
  border-radius: 4px;
  background: #f1f1f1;
}
.cat-list li,
.contact-form {
  margin-bottom: 30px;
}
.contact-form {
  float: left;
  width: 100%;
}
.btn-contact {
  background: #285052;
  color: #FFF;
}
.alphabet > li {
  display: inline-block;
  margin: 10px 4px;
}
.alphabet > li a {
  border: 1px solid #ddd !important;
  border-radius: 100px;
  display: block;
  font-size: 20px;
  height: 60px;
  padding-top: 14px;
  text-align: center;
  width: 60px;
}
.alphabet {
  margin-top: 30px;
  text-align: center;
}
.alphabet > li.active > a {
  background: #285052;
  color: #FFF;
  border-color: #285052 !important;
}
.links.category-list {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.sort-list-anchor a {
  display: block;
  margin: 4px 0;
  padding: 4px 0;
}
/* Modal */
.modal-backdrop.in {
  opacity: 0.9;
}
.modal-backdrop {
  background: #285052;
}
.modal .modal-dialog .modal-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  margin-top: 70px;
}
.modal-top {
  background: #285052;
  float: left;
  padding: 20px 5px 0;
  position: relative;
  border-radius: 4px;
  text-align: center;
  width: 100%;
}
.modal-top:after {
  background: #409588;
  bottom: 0;
  content: "";
  height: 40px;
  left: -15px;
  position: absolute;
  width: calc(100% +  30px);
}
.modal-top p {
  color: #fff;
}
.modal-top * {
  z-index: 9;
}
.couponcode > li {
  background: #FFF;
  border-radius: 5px;
  float: left;
  width: 60%;
}
.couponcode > li * {
  display: block;
  font-size: 30px;
  padding: 7px 0;
}
.couponcode > li.copy {
  background: #409588;
  border: 2px solid #fff;
  margin: 8px 0 8px -17px;
  position: relative;
  width: 40%;
  z-index: 9;
}
.couponcode > li.copy a {
  color: #fff;
  font-size: 16px;
}
.couponcode > li.copy a.code-success {
  background: #285052;
}
.modal-bottom {
  border: 2px solid #285052;
  margin-left: 10%;
  padding: 50px 0;
  text-align: center;
  width: 80%;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.modal-bottom h4 {
  font-size: 24px;
  padding: 0 50px;
}
.after-copied a {
  color: #FFF;
}
.modal .bordered-box {
  margin: 10px 0 55px;
}
.modal-logo .img-responsive {
  border: 2px solid #fff;
  border-radius: 7px;
}
button.close {
  background: #409588;
  border-radius: 40px;
  height: 25px;
  opacity: 1 !important;
  position: absolute;
  right: -7px;
  top: -7px;
  width: 25px;
}
button.close span {
  color: #fff;
  position: relative;
  text-shadow: none;
  top: -1px;
}
#deals .couponcode > li.copy {
  margin-left: -5px;
  width: 100%;
}
/* Blog CSS */
.blog-banner {
  margin-bottom: 30px;
}
.blog-banner img,
.post-img > img {
  width: 100%;
}
.post {
  margin-bottom: 30px;
}
.post-content > h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 5px 35px;
  position: relative;
}
.post-content > h3:before {
  background: #285052;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.pclr {
  color: #285052;
}
.publish-on {
  float: left;
  margin-bottom: 7px;
  width: 100%;
}
.noMarginTop {
  margin-top: 0 !important;
}
.f-cat a {
  background: #f9f9f9 none repeat scroll 0 0;
  display: block;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 4px;
}
.post-content img {
  float: left;
  height: auto;
  margin: 5px 20px 10px 0;
  width: 355px;
}
.post-content > p {
  line-height: 24px;
}
.post .social,
.post .social ul {
  margin-left: 0;
}
.post .social a,
.post .social p {
  background: transparent none repeat scroll 0 0;
  color: #285052;
}
.also-like .post-content > h3 {
  font-size: 16px;
  padding-left: 20px;
}
.also-like .post-content > h3:before {
  width: 10px;
}
.featured-posts {
  margin-bottom: 30px;
  text-align: center;
}
.carousel.featured-posts .coupon-content .coupon-head {
  height: auto;
}
@media (max-width: 1200px) {
  .store-goto {
    margin-bottom: 15px;
  }
  .store-left > a {
    margin-bottom: 10px;
  }
  .left-links li {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .side-logo .img-responsive {
    display: block;
    margin: auto;
    width: 140px;
  }
  .top-bar {
    text-align: center;
  }
  .navbar-brand {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  .top-bar {
    text-align: center;
  }
  .navbar-brand {
    display: inline-block;
    float: none;
  }
  .navbar-brand {
    text-align: center;
    width: 100%;
  }
  .navbar-brand img {
    display: inline-block;
  }
  .top-right {
    text-align: center;
    width: 100%;
  }
  #mainSearch .form-control {
    width: 100%;
  }
  .social {
    display: inline-block;
    float: none;
    padding-top: 4px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
  }
  .navbar-toggle {
    margin-top: 9px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .post-content img {
    display: block;
    float: none;
    margin: 20px auto;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .coupon .content-left {
    width: 100%;
  }
  .content-right {
    padding-left: 0;
  }
  .content-right .left-links li {
    float: left;
  }
}
/*# sourceMappingURL=main.css.map */
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#fff !important;}