@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:200,300,400,600&subset=latin-ext");
body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  color: #595959; }

a {
  color: #2683D0;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  a:hover {
    text-decoration: none; }

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.row-flex > [class*='flex'] {
  display: flex;
  flex-direction: column; }

.table {
  display: table;
  width: 100%; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.btn {
  border-radius: 0; }

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.checkbox input[type=checkbox] {
  left: 0;
  margin-left: -15px; }

.noPaddingLeft {
  padding-left: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-color: #ebebeb;
  border-bottom-color: transparent; }

.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em; }

.chevron.right:before {
  left: 0;
  transform: rotate(45deg); }

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg); }

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg); }

/* Form classes */
.form-control {
  border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 20px;
  height: auto;
  color: #595959;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.control-label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px; }

/* Icons */
.spriteIcons {
  background: url(../img/sprites.png) no-repeat; }

.favoriteIcon {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  display: inline-block; }
  .favoriteIcon:hover {
    background-position: -24px 0; }

.userIcon {
  background-position: -96px 0;
  width: 24px;
  height: 24px;
  display: inline-block; }
  .userIcon:hover {
    background-position: -120px 0; }

.cartIcon {
  background-position: -48px 0;
  width: 24px;
  height: 24px;
  display: inline-block; }
  .cartIcon:hover {
    background-position: -72px 0; }

.favoriteIconWhite {
  background-position: 0 -24px;
  width: 20px;
  height: 20px;
  display: inline-block; }
  .favoriteIconWhite:hover {
    background-position: -24px -24px; }

.cartIconWhite {
  background-position: -48px -24px;
  width: 15px;
  height: 20px;
  display: inline-block; }
  .cartIconWhite:hover {
    background-position: -72px -24px; }

.mapIcon {
  background-position: -144px 0;
  width: 24px;
  height: 24px;
  display: inline-block; }

.phoneIcon {
  background-position: -168px 0;
  width: 24px;
  height: 24px;
  display: inline-block; }

.mailIcon {
  background-position: -192px 0;
  width: 24px;
  height: 24px;
  display: inline-block; }

header {
  background: #ffffff; }
  header .top {
    border-bottom: 1px solid #ebebeb;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 13px; }
    header .top .left a {
      margin-right: 15px; }
    header .top a {
      color: #595959; }
      header .top a:hover {
        color: #2683D0; }
    header .top ul {
      margin: 0 0 0 15px;
      padding: 0;
      list-style: none;
      display: inline-block; }
      header .top ul li {
        display: none; }
      header .top ul li.active {
        display: block; }
        header .top ul li.active a:after {
          content: "\f0d7";
          font-family: FontAwesome;
          margin-left: 15px; }
  header .logo {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 3px solid #2683D0;
    padding: 7px 30px 6px 30px;
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 2px; }
  header .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 19px; }
  header .nav-div {
    background-color: #1c1c1c; }
    header .nav-div .navbar {
      margin-bottom: 0; }
    header .nav-div .navbar-nav > li > a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 400;
      margin-right: 30px; }
    header .nav-div .nav > li > a:focus, header .nav-div .nav > li > a:hover {
      background-color: inherit;
      color: #2683D0; }
    header .nav-div li ul {
      display: none; }
    header .nav-div li:hover ul {
      position: absolute;
      display: block;
      z-index: 20; }
  header .top-search-holder {
    padding-top: 50px; }
    header .top-search-holder .form-group {
      width: 90%;
      float: left; }
      header .top-search-holder .form-group .form-control {
        border-radius: 0;
        background-color: #F6F6F6;
        padding: 20px;
        height: 45px; }
    header .top-search-holder button {
      float: left;
      width: 10%;
      height: 45px;
      background-color: #2683D0;
      border: 1px solid #0092cd;
      border-left: none;
      color: #ffffff; }
  header .top-user-navs {
    margin-top: 40px; }
    header .top-user-navs a {
      display: inline-block;
      color: #000000;
      margin: 15px 20px; }
      header .top-user-navs a:hover {
        color: #2683D0; }

.breadcrumb {
  background-color: inherit;
  margin-top: 12px;
  margin-bottom: 12px; }
  .breadcrumb a {
    text-transform: uppercase;
    font-size: 13px; }

.content {
  margin-bottom: 75px; }
  .content .box {
    border: 1px solid #ebebeb;
    padding: 30px; }
    .content .box h3.title {
      font-size: 28px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 30px;
      color: #323232; }

footer {
  background-color: #171516; }
  footer .top {
    padding: 90px;
    margin-top: 30px; }
    footer .top h5 {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 22px;
      letter-spacing: 2px;
      border-bottom: 1px solid #474747;
      padding-bottom: 25px; }
    footer .top a {
      color: #afadae; }
    footer .top ul {
      margin: 0;
      padding: 0; }
      footer .top ul li {
        list-style: none;
        margin-top: 25px; }
        footer .top ul li a:hover {
          color: #2683D0; }
        footer .top ul li a:before {
          content: "\f1db";
          font-family: FontAwesome;
          color: #2683D0;
          font-size: 10px;
          margin-right: 10px; }
    footer .top .contact li {
      color: #afadae;
      padding-left: 55px;
      position: relative;
      padding-top: 8px; }
      footer .top .contact li span {
        text-align: center;
        width: 40px;
        height: 60px;
        padding-top: 20px;
        margin-right: 15px;
        border: 1px solid #afadae;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }
  footer .bottom {
    background-color: #121011;
    padding-top: 35px;
    padding-bottom: 35px; }

.home .slider {
  background-color: #000000;
  margin-bottom: 30px; }
.home .posts {
  background-color: #fcfcfc;
  padding-top: 90px;
  padding-bottom: 90px; }
  .home .posts h2 {
    letter-spacing: 2px;
    font-size: 28px;
    text-transform: uppercase;
    color: #323232;
    margin-top: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 50px; }
  .home .posts .post-item {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .home .posts .post-item .thumbnail {
      border: 0;
      padding: 0;
      height: 100%;
      background-color: inherit; }
      .home .posts .post-item .thumbnail .caption {
        padding: 15px 0; }
        .home .posts .post-item .thumbnail .caption h3 {
          font-size: 18px;
          color: #323232; }
        .home .posts .post-item .thumbnail .caption p {
          font-family: 'Lato', sans-serif; }
        .home .posts .post-item .thumbnail .caption .btn-default {
          background-color: inherit;
          border: none;
          padding: 0;
          margin-top: 10px;
          color: #2683D0; }
      .home .posts .post-item .thumbnail img {
        height: 140px;
        width: 100%; }
.home .info .table {
  margin-bottom: 0;
  padding: 80px 0px 80px 80px; }
.home .info .icon {
  width: 72px;
  height: 72px;
  border: 1px solid #ebebeb;
  text-align: center; }
.home .info .text {
  padding-left: 15px; }
  .home .info .text h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-family: 'Lato', sans-serif; }
  .home .info .text p {
    font-size: 12px; }

.carousel img {
  width: 100%;
  max-height: 662px; }
.carousel .carousel-caption {
  bottom: 40%;
  text-align: left; }
  .carousel .carousel-caption h3 {
    font-size: 80px;
    text-transform: uppercase; }
  .carousel .carousel-caption a {
    display: inline-block;
    border: 2px solid #2683D0;
    padding: 10px 30px;
    margin-top: 30px;
    text-transform: uppercase; }
    .carousel .carousel-caption a:hover {
      background-color: #2683D0;
      color: #ffffff; }

.main-categs .inner {
  background-color: #F2F2F2;
  height: 100%; }
  .main-categs .inner .banner {
    height: 100%;
    background-size: cover;
    padding: 30px; }
.main-categs .box1 {
  height: 470px; }
  .main-categs .box1 h4 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px; }
.main-categs .box2 {
  height: 220px;
  margin-bottom: 30px; }
  .main-categs .box2 h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px; }
.main-categs .box3 {
  height: 220px;
  margin-bottom: 30px; }
  .main-categs .box3 h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px; }
.main-categs .box4 {
  height: 220px; }
  .main-categs .box4 h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px; }

.main-products {
  margin-top: 40px; }

/*# sourceMappingURL=style.css.map */
